home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / n120120.zip / TAG.BAT < prev    next >
DOS Batch File  |  1992-02-09  |  2KB  |  80 lines

  1. if be%1==bequite goto skipbeep
  2. beep
  3. :skipbeep
  4. cd j:\
  5. cd i:\
  6. cd h:\
  7. cd g:\
  8. cd f:\
  9. cd e:\
  10. cd d:\
  11. c:
  12. cd\bbs
  13. tag
  14. if errorlevel 255 goto end
  15. if errorlevel 254 goto maint
  16. goto boottag
  17.  
  18. :maint
  19. rem **** Run YT maintenance ****
  20. c:
  21. cd\bbs\yt
  22. ytmaint
  23. rem **** Run elynthia maintenance ****
  24. c:
  25. cd\bbs\elynthia
  26. elymaint
  27. rem **** Run bulletin programs ****
  28. c:
  29. cd\bbs
  30. newlist
  31. comstat
  32. rem **** Copy areas.bbs to echo.120 file ****
  33. cd\bbs\binkley
  34. copy areas.bbs echo.120
  35. rem **** Create file listing for request ****
  36. filelist -d9 -fc:\bbs\gfiles\ -oarthur.fil
  37. rem **** Sort standard messages for renumber ****
  38. j:
  39. cd\msgs
  40. ds dt /s
  41. rem **** Sort all directories on net/echo mail drive for renumber ****
  42. e:
  43. cd\
  44. ds dt /s
  45. rem **** Renumber net/echo/private mail ****
  46. c:
  47. cd\bbs\binkley
  48. tagxpren c:\bbs\gfiles
  49. rem **** Sort standard messages for speed ****
  50. j:
  51. cd\msgs
  52. ds d-t- /s
  53. rem **** Sort all directories on net/echo mail drive for speed ****
  54. e:
  55. cd\
  56. ds d-t- /s
  57. rem **** Check for inbound echo.* files and copy them ****
  58. c:
  59. cd\bbs\binkley
  60. copy c:\inbound\echo.160 c:\inbound\echo\echo.160
  61. del c:\inbound\echo.160
  62. copy c:\inbound\echo.226 c:\inbound\echo\echo.226
  63. del c:\inbound\echo.226
  64. rem **** Auto send new files to 102 ***
  65. autosend -aareas -fc:\bbs\binkley\echo.120 -t
  66. autosend -aareas -fc:\inbound\echo\echo.160 -t
  67. autosend -aareas -fc:\inbound\echo\echo.226 -t
  68. rem **** Go back to C:\ and we are done ****
  69. c:
  70. cd\
  71. goto bootquite
  72.  
  73. :bootquite
  74. tag quite
  75.  
  76. :boottag
  77. tag
  78.  
  79. :end
  80.